home *** CD-ROM | disk | FTP | other *** search
- ; VERSION 3.00.000
-
- ; directions for using this file:
-
- ; IMPORTANT:
- ; right now, the biggest number of prompt strings this file supports is 40
- ; this number is defined in CfgQuick.h; if you exceed that number, the default
- ; WILL NOT BE SAVED. you must recompile CfgQuick in order to change the maximum.
-
- ; the [defaults] section lists replaceable text as found in the CPH file,
- ; for instance, default_01 is <greeting> this marks where the greeting will go.
-
- ; In the [labels] section is a matching prompt with the same number. This text
- ; is shown on screen to prompt the user, the matching prompt for default_01 is label_01
- ; which causes the screen to show:
- ; "Type the text as you would like it to appear on the front of the card."
- ; whenever the program encounters <greeting> in a card.
-
- ; The [userinfo] section is used to map information from the UserInfo.DAT file.
- ; in order to provide a default answer to the prompts - info_01 will supply
- ; a default for label_01's question. an entry of 1 maps to user name as found in
- ; the user info file. The mapping is as follows:
-
- ; ENTRY MAPS TO
- ; ----- -------
- ; 1 Name
- ; 2 Company
- ; 3 Title
- ; 4 Address
- ; 5 City
- ; 6 State/Province
- ; 7 Zip Code
- ; 8 Telephone
- ; 9 Fax
- ; 10 E-Mail
-
-
-
- [labels]
- label_01=Type your greeting. It will be placed on the first page of your card.
- label_02=Type your headline text.
- label_03=Type the notice here as you would like it to appear on your sign.
- label_04=Type the text as you would like it to appear. It will be placed on the inside of the card.
- label_05=Type the text as you would like it to appear on the certificate.
- label_06=Type your message as you want it to appear on your postcard.
- label_07=Type the name of the person who will receive this.
- label_08=Type the name of the sender.
- label_09=Type the first signature you want to appear on the certificate.
- label_10=Type the second signature you want to appear on the certificate.
- label_11=Type the reason for the invitation.
- label_12=Type the date.
- label_13=Type where the event will take place.
- label_14=Type the name of the company.
- label_15=Type the name of the person.
- label_16=Type the job title.
- label_17=Type the street address.
- label_18=Type the city.
- label_19=Type the state/province.
- label_20=Type the zip/postal code.
- label_21=Type the country.
- label_22=Type the telephone number.
- label_23=Type the fax number.
- label_24=Type your email address.
- label_25=Type your banner's message.
- label_26=Type the recipient's name.
- label_27=Type the recipient's company name.
- label_28=Type the recipient's street address.
- label_29=Type the recipient's city.
- label_30=Type the recipient's state/province.
- label_31=Type the recipient's zip/postal code.
- label_32=Type the recipient's country.
- label_33=Type the name of the recipe.
- label_34=Type the name of the restaurant.
- label_35=Type the heading of the menu e.g. Today's Special.
- label_36=Type the text as you would like it to appear on the wedding invitation.
- label_37=Type the text as you would like it to appear on the reception invitation.
- label_38=Type the text as you would like it to appear on the inside of the Order of Service.
-
-
- [defaults]
- default_01=<greeting>
- default_02=<headline>
- default_03=<notice>
- default_04=<message>
- default_05=<text>
- default_06=<postcard>
- default_07=<recipient>
- default_08=<sender>
- default_09=<signature 1>
- default_10=<signature 2>
- default_11=<occasion>
- default_12=<date>
- default_13=<where>
- default_14=<company>
- default_15=<name>
- default_16=<title>
- default_17=<address>
- default_18=<city>
- default_19=<prov/st>
- default_20=<pc/zip>
- default_21=<country>
- default_22=<telephone>
- default_23=<fax>
- default_24=<internet>
- default_25=<banner>
- default_26=<attention>
- default_27=<bcompany>
- default_28=<baddress>
- default_29=<bcity>
- default_30=<bprov/st>
- default_31=<bpc/zip>
- default_32=<bcountry>
- default_33=<recipe>
- default_34=<rname>
- default_35=<heading>
- default_36=<Wedinv>
- default_37=<Recepinv>
- default_38=<Servord>
-
- ; ENTRY MAPS TO
- ; ----- -------
- ; 1 Name
- ; 2 Company
- ; 3 Title
- ; 4 Address
- ; 5 City
- ; 6 State/Province
- ; 7 Zip Code
- ; 8 Telephone
- ; 9 Fax
- ; 10 E-Mail
-
- [UserInfo]
- registry_08=UserName
- registry_14=Organization
- registry_15=UserName
- registry_16=Title
- registry_17=Mailing
- registry_18=City
- registry_19=Province
- registry_20=Postal
- registry_21=Country
- registry_22=PhoneNumber
- registry_23=FaxNumber
- registry_24=Internet
-